﻿/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1000px;
	margin:0 auto;
	font-size:14px;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#fff;
	color:#000;
	text-align:justify;	
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#000;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#0f3dad;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#ccc;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#ccc;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

.banner{
	position: relative;
	overflow: hidden;
	cursor: pointer;
	height: 300px;
}
.banner .pics li{
	width: 100%;
	height: 300px;
	background-repeat:no-repeat;
	background-position:top center;
}
.banner .pics a{
	display: block;
	width: 100%;
	height: 300px;
}
.banner .btns{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 60;
	text-align: center;
}
.banner .btns span{
	display: inline-block;
	width: 12px;
	height: 12px;
	font-size:1px;
	margin:0 3px;
	background:#fff;
	border-radius:100%;
}
.banner .btns .hover{
	background:#0f3dad;
}
.banner .cbtn{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top:-25px;
	cursor: pointer;
	z-index: 60;
}
.banner .pre{
	left: 50px;
	background:url("../images/left.png") no-repeat center center;
}
.banner .next{
	right: 50px;
	background:url("../images/right.png") no-repeat center center;
}

.header_t{
	height: 50px;
	line-height: 50px;
	background:#0f3dad;
	color:#fff;
}
.ht_left{
	float: left;
	font-size:16px;
	padding-left:50px;
	background:url("../images/ht_left.png") no-repeat left center;
}
.ht_right{
	line-height: 50px;
	font-size:16px;
	float: right;
}
.ht_right a{
	float: left;
	margin-left:36px;
	color:#fff;
}
.header{
	height: 80px;
    background: #fff;
}

.header.on{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	left: 0;
	background-color: #fff;
        box-shadow: 0px 15px 15px -15px #d0d0d0;
}

.header .logo{
	float: left;
	display: block;
}
.header .logo img{
	display: block;
	height: 80px;
}
.nav{
	float: right;
	height: 80px;
	line-height: 80px;
	font-size:17px;
    padding-right:0px;
    font-weight:300;
    background: #fff;
}
.nav a{
	float: left;
    font-weight:500;
}
.nav a:hover,.nav a.hover{
	color:#0f3dad;
}
.nav a.hover{
	font-weight: bold;
}
.nav .fg{
	height: 28px;
	border-left:1px solid #e7e7e7;
	float: left;
	margin:26px 20px;
}

/*公用CSS 结束*/


.ab_banner{
	height: 450px;
	background:url("http://1254382755.vod2.myqcloud.com/e7e5ae4cvodcq1254382755/4a2209cb5285890814901613538/m2L0ORQgoq8A.png") no-repeat top center;
}
.ab_banner .wrapin{
	position: relative;
}
.ab_banner .tip{
	position: absolute;
	top: 60px;
	right: 60px;
	color:#fff;
	font-size:48px;
	line-height: 70px;
	text-align:right;
}
.ab_banner .tip i{
	display: block;
	width: 120px;
	height: 2px;
	background:#fff;
	position: absolute;
	right: 0;
	bottom: -20px;
}
.ab_nav{
	height: 80px;
	line-height: 80px;
	border-bottom:1px solid #dedede;
	clear: both;
}
.ab_nav .tit{
	float: left;
	font-size:19px;
	color:#0f3dad;
}
.ab_nav .crt{
	font-size:17px;
	float: right;
}
.ab_nav .crt a{
	float: left;
}
.ab_nav .fg{
	float: left;
	height: 28px;
	margin:26px 20px;
	border-left:1px solid #e7e7e7;
}
.ab_nav .hover{
	color:#0f3dad;
	font-weight: bold;
}
.ab_head{
	text-align: center;
	padding:40px 0 40px 0;
}
.ab_head dt{
	height: 47px;
	line-height: 60px;
	font-size:28px;
	color:#0f3dad;
}
.ab_head dt em{
	color:#333;
	font-size:20px;
}
.ab_head dd{
	height: 30px;
	line-height: 30px;
	color:#808080;
	font-size:15px;
}
.ab_know{
	width: 1200px;
	height: 410px;
	margin:0 auto 35px auto;
	position: relative;
}
.abk_slider{
	width: 1000px;
	height: 410px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.abk_slider li{
	width: 1200px;
	height: 510px;
	float: left;
}
.abk_slider li img{
	display: block;
	width: 1000px;
	height: 410px;
}
.ab_know .cbtn{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top:-25px;
	cursor: pointer;
}
.ab_know .pre{
	left: -60px;
	background:url("../images/left.png") no-repeat center center;
}
.ab_know .next{
	right: -60px;
	background:url("../images/right.png") no-repeat center center;
}
.ab_com{
	padding-bottom:44px;
	background:#f1f6f9;
}
.ab_com .title{
	height: 84px;
	line-height: 84px;
	position: relative;
	font-size:20px;
	color:#0f3dad;
}
.ab_com .title i{
	display: block;
	width: 76px;
	height: 2px;
	background:#0f3dad;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ab_com .cleft{
	width: 552px;
	float: left;
	line-height: 1.6;
}
.ab_com .cleft p{
	padding-top:16px;
}
.ab_com .vdo{
	float: right;
	margin-top:20px;
	width: 400px;
	height: 350px;
	background-color:#000000;
}

.ab_zj{
	width: 1200px;
	height: 375px;
	margin:0 auto;
	position: relative;
}
.zj_slider{
	width: 1000px;
	height: 375px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.zj_slider li{
	width: 1200px;
	height: 375px;
	float: left;
}
.zj_slider li img{
	display: block;
	width: 1000px;
	height: 345px;
}
.ab_zj .cbtn{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top:-25px;
	cursor: pointer;
}
.ab_zj .pre{
display:none;
	left: -60px;
	background:url("../images/ab_pre.png") no-repeat center center;
}
.ab_zj .next{
display:none;
	right: -60px;
	background:url("../images/ab_next.png") no-repeat center center;
}
.ab_cul{
	width: 1020px;
	margin:0 auto;
	position: relative;
	padding:0 90px;
}
.ab_cul .line{
	width: 100%;
	position: absolute;
	left: 0;
	top: 85px;
	border-bottom:1px solid #e3e3e3;
}
.ab_cul .item{
	width: 170px;
	float: left;
	position: relative;
	z-index: 10;
	text-align: center;
}
.ab_cul .item img{
	display: block;
	width: 130px;
	height: 86px;
	margin:0 auto;
}
.ab_cul .item dt{
	height: 60px;
	line-height: 60px;
	font-size:16px;
	font-weight: bold;
}
.ab_cul .item dd{
	height: 22px;
	line-height: 22px;
}
.ab_ys{
	width: 1200px;
	height: 460px;
	margin:0 auto 90px auto;
	position: relative;
	background:url("../images/ab_ys.jpg") no-repeat center center;
}
.ab_ys .item{
	font-size:16px;
	line-height: 20px;
	position: absolute;
}
.ab_ys .item1{
	position: absolute;
	left: 140px;
	top: 10px;
}
.ab_ys .item2{
	position: absolute;
	right: 120px;
	top: 10px;
}
.ab_ys .item3{
	position: absolute;
	left: 110px;
	top: 205px;
}
.ab_ys .item4{
	position: absolute;
	right: 100px;
	top: 210px;
}
.ab_ys .item5{
	position: absolute;
	left: 140px;
	top: 405px;
}
.ab_ys .item6{
	position: absolute;
	right: 130px;
	top: 410px;
}

.footer{
	background:#0f3dad;
	color:#fff;
}
.footer a{
	color:#fff;
}
.ft_top{
	height: 352px;
	border-bottom:1px solid #6885cc;
}
.ft_nav{
	float: left;
	width: 175px;
	padding-top:35px;
}
.ft_nav dt{
	height: 105px;
	font-size:17px;
	font-weight: bold;
	line-height: 105px;
}
.ft_nav dd{
	height: 36px;
	line-height: 36px;
	font-size:17px;
}
.ft_nav dd a{
	color:#fff;
}
.ft_rx{
	float: right;
	width: 290px;
	padding-top:72px;
}
.ft_rx ul{
	padding-bottom:25px;
}
.ft_rx li{
	height: 32px;
	line-height: 32px;
	font-size:18px;
	font-weight: bold;
}
.ft_code{
	float: left;
	width: 103px;
	text-align: center;
}
.ft_code dt img{
	display: block;
	width: 103px;
	height: 103px;
}
.ft_code dd{
	height: 36px;
	line-height: 36px;
}
.ft_rx .aska{
	display: block;
	width: 92px;
	height: 36px;
	background:#fff url("../images/aska.png") no-repeat 15px center;
	border-radius:10px;
	line-height: 36px;
	font-size:18px;
	color:#0f3dad;
	float: right;
	margin:35px 0 0 0;
	padding-left:44px;
}
.ft_bottom{
	background:#032b8f;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size:16px;
}
.fr_bar{
    display:none;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 100;
	margin-top:-240px;
}
.fr_bar a{
	display: block;
	margin:8px 0;
}
.fr_bar img{
	display: block;
	width: 70px;
	height: 234px;
}

.hm_about{
	height: 830px;
	background:url("../images/habbg.jpg") no-repeat top center;
}
.hab_left{
	display: block;
	width: 490px;
	height: 332px;
	float: left;
     width: 100%;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.hab_left:hover {-webkit-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05);}

.hab_left_div{

	width: 490px;
	height: 332px;
	float: left;
	overflow:hidden;
box-shadow: 0px 13px 13px -13px;
}



.hm_about .inf{
	float: right;
	width: 480px;
}
.hm_about .inf dt{
	height: 52px;
	line-height: 32px;
	font-size:22px;
	font-weight: bold;
	color:#0f3dad;
	position: relative;
}
.hm_about .inf i{
	display: block;
	width: 76px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background:#0f3dad;
}
.hm_about .inf dd{
	line-height: 28px;
	font-size:15px;
	padding-top:20px;
}
.hm_about .links{
	padding:70px 0 0px 0;
	text-align: center;
	width: 810px;
	margin:0 auto;
}
.hm_about .links a{
	width: 210px;
	height: 94px;
	float: left;
	margin:0 30px;
	background:#969696 url("../images/hab_link.png") no-repeat center 50px;
	font-size:18px;
	color:#fff;
	line-height: 60px;
}

.hm_about .links a:hover{
	width: 210px;
	height: 94px;
	float: left;
	margin:0 30px;
	background:#0f3dad url("../images/hab_link.png") no-repeat center 50px;
	font-size:18px;
	color:#fff;
	line-height: 60px;
}

.hm_ys{
	height: 96px;
	line-height: 96px;
	text-align: center;
	border-top:1px solid #e3e3e3;
}
.hm_ys span{
	display: inline-block;
	margin:0 15px;
	padding-left:20px;
	background:url("../images/hm_ys.png") no-repeat left center;
}
.ys4{
	height: 819px;
	background:url("https://tupian1988.bj.bcebos.com/ysbg.jpg") no-repeat top center;
	position: relative;
	margin-bottom:60px;
}
.ys4 .item{
	position: absolute;
	width: 200px;
}
.ys4 dt{
	height: 90px;
	line-height: 90px;
	position: relative;
	text-align: center;
}
.ys4 strong{
	font-size:46px;
	color:#e6e6e6;
}
.ys4 em{
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	font-size:20px;
	color:#0f3dad;
	font-weight: bold;
}
.ys4 dd{
	line-height: 22px;
}
.ys4 dd:hover{
	line-height: 22px;
	color:#0033CC;
}
.ys4 .item1{
	left: 50%;
	top: 130px;
	margin-left:-560px;
}
.ys4 .item2{
	left: 50%;
	top: 130px;
	margin-left:-100px;
}
.ys4 .item3{
	right: 50%;
	top: 130px;
	margin-right:-560px;
}
.ys4 .item4{
	left: 50%;
	top: 440px;
	margin-left:-100px;
}

.hm_kj{
	background:#e6e6e6 url("http://www.china-lfpe.com/banner2.jpg") no-repeat top  center;
	padding:330px 0 80px 0;
}
.kj_wp{
	width: 1000px;
	margin:0 auto;
}
.kj_wp .left{
	width: 560px;
	height: 400px;
	float: left;
	display: block;
	    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.kj_wp .left_sp{
	width: 560px;
	margin-top:140px;
	height: 400px;
	float: left;
	display: block;

	overflow:hidden;
}


.kj_wp .left:hover {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}


.kj_crt{
	float: right;
	width: 416px;
	height: 600px;
	background:#fff;
	border-radius:0 40px 0 0;
	position: relative;
	overflow: hidden;
}
.kj_slider{
	width: 416px;
	height: 642px;
	position: relative;
	overflow: hidden;
}
.kj_slider li{
	width: 416px;
	height: 642px;
	float: left;
}
.kj_item{
	width: 320px;
	margin:0 auto;
	border-bottom:1px solid #e7e7e7;	
	padding-bottom:46px;
}
.kj_item:last-child{
	border:0;
}
.kj_item .head{
	height: 105px;
	line-height: 105px;
	position: relative;
	font-size:25px;
	color:#0f3dad;
	padding-left:46px;
}
.kj_item .head img{
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top:-20px;
}
.kj_item .tip{
	font-size:14px;
	line-height: 30px;
}
.kj_crt .cbtn{
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 35px;
	z-index: 10;
	cursor: pointer;
}
.kj_crt .pre{
    display:none;
	left: 50%;
	margin-left:-40px;
	background:url("../images/ab_pre.png") no-repeat center center;
	background-size:100% 100%;
}
.kj_crt .next{
       display:none;
	right: 50%;
	margin-right:-40px;
	background:url("../images/ab_next.png") no-repeat center center;
	background-size:100% 100%;
}
.cp_wp1{
	width: 1000px;	
	margin:30px auto 0 auto;
	background:#fff;
	padding:15px 0;
}
.cp1_slider{
	width: 1000px;
	height: 200px;
	position: relative;
	overflow: hidden;
	
}
.cp1_slider li{
	width: 332px;
	height: 200px;
	float: left;
	overflow:hidden;
}
.cp_item1{
	display: block;
	width: 300px;
	height: 200px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.cp_item1 img{
	width: 300px;
	height: 200px;
	-moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.cp_item1 img:hover {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}

.cp_item1 .more{
	display: none;
	height: 50px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	line-height: 50px;
	text-align: center;
	color:#fff;
	background:rgba(15,61,173,0.5);
}
.cp_item1:hover .more{
	display: block;
}
.cp2_slider{
	width: 1000px;
	height: 156px;
	position: relative;
	overflow: hidden;
}
.cp2_slider li{
	width: 250px;
	height: 156px;
	float: left;
	overflow:hidden;
}
.cp_item2{
	display: block;
	width: 245px;
	height: 156px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.cp_item2 img{
	display: block;
	width: 250px;
	height: 156px;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.cp_item2 img:hover {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.cp_item2 .more{
	display: none;
	height: 50px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	line-height: 50px;
	text-align: center;
	color:#fff;
	background:rgba(15,61,173,0.5);
}
.cp_item2:hover .more{
	display: block;
}
.hz_slider{
	width: 1000px;
	margin:0 auto;
	height: 200px;
	position: relative;
}
.hz_slider .s_wrap{
	width: 1000px;
	height: 260px;
	position: relative;
	overflow: hidden;
}
.hz_slider .s_out{
	width: 1220px;
	height: 260px;
	position: relative;
	overflow: hidden;
}
.hz_slider li{
	width: 185px;
	height: 260px;
	float: left;
	margin-right:20px;
	text-align: center;
}
.hz_slider .photo{
	display: block;
	height: 90px;
}
.hz_slider .photo img{
	display: block;
	width: 100%;
	height: 90px;
}
.hz_slider .name{
	display: inline-block;
	height: 90px;
	font-size:16px;
	line-height: 90px;
}
.hz_slider .cbtn{
	width: 84px;
	height: 153px;
	cursor: pointer;
	position: absolute;
	top: 0;
}
.hz_slider .pre{
	left: -100px;
	background:url("../images/left.jpg") no-repeat center center;
}
.hz_slider .next{
	right: -100px;
	background:url("../images/right.jpg") no-repeat center center;
}
.hm_zx{
	border-top:1px solid #e3e3e3;
	padding-bottom:30px;
}
.zx_wp{
	width: 1000px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.zx_wp .s_list{
	width: 1060px;
}
.zx_item{
	width: 425px;
	height: 200px;
	border-top:1px solid #d4d4d4;
	float: left;
	margin:-1px 60px 0 0;
	padding-left:45px;
	position: relative;
}
.zx_item .num{
	width: 36px;
	height: 36px;
	position: absolute;
	left: 0;
	top: 40px;
	background:#0f3dad;
	font-size:20px;
	line-height: 36px;
	text-align: center;
	color:#fff;
}
.zx_item dt{
	height: 26px;
	line-height: 26px;
	font-size:16px;
	color:#0f3dad;
	padding-top:36px;
}
.zx_item dd{
	height: 20px;
	line-height: 20px;
	font-size:12px;
	color:#535353;
}
.zx_item .nm{
	display:inline-block;
	max-width:350px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#0f3dad;
}
.zx_item .tip{
	line-height: 22px;
	height: 66px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	font-size:16px;
	margin-top:10px;
}
.zx_item .more{
	position: absolute;
	right: 0;
	top: 36px;
	line-height: 20px;
}

.ne_item{
	display: block;
	border-bottom:1px solid #ced0d2;
	padding:46px 0;
}
.ne_item .photo{
	width: 274px;
	height: 214px;
	float: left;
	background:url("../images/ne_photo.jpg") no-repeat center center;
	position: relative;
	overflow:hidden;
}
.ne_item .photo img{
	display: block;
	width: 236px;
	height: 180px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-90px 0 0 -118px;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.ne_item .photo img:hover {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.ne_item .intro{
	width: 654px;
	float: right;
}
.ne_item .head{
	height: 52px;
	line-height: 52px;
	border-bottom:1px dotted #dadddf;
	clear: both;
	font-size:20px;
	position: relative;
}
.ne_item .nm{
	display:inline-block;
	max-width:510px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#0f3dad;
}
.ne_item .date{
	position: absolute;
	right: 0;
	top: 0;
	color:#4d4d4d;
}
.ne_item .tip{
	font-size:16px;
	line-height: 25px;
	margin-top:10px;
	height: 50px;
}
.ne_item .more{
	display: block;
	width: 94px;
	height: 30px;
	line-height: 30px;
	border:1px solid #809ad3;
	text-align: center;
	color:#1d49b2;
	margin:40px auto 0 auto;
}
.read_more{
	display: block;
	text-align: center;
	width: 120px;	
	color:#0f3dad;
	font-size:16px;
	line-height: 48px;
	margin:50px auto;
	padding-top:40px;
	background:url("../images/more.png") no-repeat top center;
	cursor:pointer;
}
.pro_wp{
	width: 1000px;
	margin:0 auto 60px auto;
	position: relative;
	overflow: hidden;
}
.pro_wp .s_list{
	width: 1025px;
}
.po_item{
	display: block;
	width: 310px;
	height: 216px;
	border:2px solid #fff;
	border-radius:0px;
	position: relative;
	overflow: hidden;
	float: left;
	margin:0 24px 24px 0;
}
.po_item img{
	display: block;
	width: 310px;
	height: 216px;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.po_item img:hover {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}

.po_item .name{
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	font-size:15px;
	color:#fff;
	text-align: center;
	background:rgba(16,61,173,0.7);
}
.po_item .nm{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.po_item .sli{
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 60px;
	left: 50%;
	z-index: 10;
	margin-left:-20px;
	background:url("../images/more.png") no-repeat center center;
}

.po_item_ca{
	display: block;
	width: 488px;
	height: 336px;
	border:none;

	position: relative;
	overflow: hidden;
	float: left;
	margin:0 24px 24px 0;
	border-radius: 0px;
}
.po_item_ca img{
	display: block;
	width: 488px;
	height: 336px;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	-webkit-transform: scale(1.06); -ms-transform: scale(1.06); -o-transform: scale(1.06); -moz-transform: scale(1.06); transform: scale(1.06);
}

.po_item_ca img:hover {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}

.po_item_cac{
	display: block;
	width: 312px;
	height: 200px;
	border:none;

	position: relative;
	overflow: hidden;
	float: left;
	margin:0 24px 24px 0;
	border-radius: 0px;
}
.po_item_cac img{
	display: block;
	width: 312px;
	height: 200px;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	
}

.po_item_cac img:hover {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}


.po_item_car{
height:367px; width:242px; overflow: hidden;float: left;background: url(../images/bgr0.jpg) no-repeat center center;

}
.po_item_car img{
	display: block;
	width: 210px;
	height: 290px;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	
	margin:35px 35px 35px 35px;
}

.po_item_car img:hover {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}




.po_item_ca .name{
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	font-size:20px;
	color:#fff;
	text-align: center;
	background:rgba(16,61,173,0.7);
}
.po_item_ca .nm{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}




#solution 
{
display: none; width: 100%; height: 60px;
background: #0f3dad; text-align: center; font-size: 16px; line-height: 60px;
color: #ffffff; z-index: 9999; position: absolute;
}


#solution2 
{
display: none; width: 100%; 
background: #0f3dad; text-align: center; font-size: 18px; line-height: 80px;
color: #ffffff; z-index: 9999; position: absolute;
}

#solution a
{
    padding-left:15px;
padding-right:15px;
color: #ffffff;
text-decoration: none;
}

.ft_nav_new{
	float: left;
	width: 170px;
	padding-top:20px;
	margin-left:30px;
}
.ft_nav_new dt
{
    text-align:left;
	height: 60px;
	font-size:15px;
	font-weight: bold;
	line-height: 55px;
	border-bottom: 1px solid #eee;
	margin-bottom:20px;
}
.ft_nav_new dd
{
    text-align:left;
	height: 36px;
	line-height: 36px;
	font-size:15px;
}
.ft_nav_new dd a{
	color:#fff;
}